.inside-banner {
    position: relative;
}

.inside-banner-m {
    position: relative;
}

.btns {
    display: flex;
    margin-top: 36px;
}

.btns .pro-show {
    width: 162px;
    height: 40px;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin-right: 18px;
}

.btns .use {
    width: 162px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ed6827;
}

.btns .pro-show a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ed6827;

    font-size: 18px;
}

.btns .use a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;

    font-size: 18px;
}

.fouimg {
    padding-top: 66px;
}

.fouimg .right {
    float: left;
}

.fouimg .left {
    float: left;
}

.right-z {
    display: flex;
    position: relative;
}

.left-img {
    width: 369px;
    height: 334px;
    background: url(../images/bgtuo.png);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 78px;
    margin-bottom: 32px;
}

.right-z .right-txt {
    position: absolute;
    width: 742px;
    height: 131px;
    background: #F7F7F7;
    border-radius: 16px 16px 16px 16px;
    padding: 36px 0 0 130px;
}

.right-txt .title {
    height: 18px;
    font-size: 18px;

    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.right-txt .info {
    height: 15px;
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
}

.right-img {
    width: 180px;
    height: 163px;
    background: url(../images/wutuo.png);
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-z .one {
    position: absolute;
    z-index: 99;
}

.right-z .txt-one {
    position: absolute;
    top: 20px;
    left: 86px;
}

.right-z .two {
    position: absolute;
    z-index: 99;
    top: 162px;
}

.right-z .txt-two {
    position: absolute;
    top: 178px;
    left: 86px;
}

.right-z .three {
    position: absolute;
    z-index: 99;
    top: 324px;
}

.right-z .txt-three {
    position: absolute;
    top: 340px;
    left: 84px;
}

.right .right-z:nth-of-type(1) {
    margin-left: -50px;
}

.right .right-z:nth-of-type(3) {
    margin-left: -50px;
}

.right .right-z:nth-of-type(2) {
    margin-left: 62px;
}

.specialty {
    padding: 59px 0 67px 0;
    background-color: #F7F7F7;
    height: 540px;
}

.specialty .spec-list {
    margin-top: 57px;
}

.spec-list .inside-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inside-con .line {
    width: 100%;
    border-top: 2px solid #ED6827;
    margin: 24px 0;
}

.spec-list .inside-con .txt {
    font-size: 14px;
    color: #8A8A8A;
}

.inside-con .title {
    margin-top: 37px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}

.specialty .spec-list li {
    float: left;
    width: 30.5%;
    margin-right: 52px;
    background: #FFFFFF;
    padding: 38px 37px 40px 37px;
}

.specialty .spec-list li:hover {
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
}

.specialty .spec-list li:last-child {
    margin-right: 0;
}

.apply {
    padding: 44px 0 36px 0;
    background-color: #1C1C1C;
    height: 183px;
}

.apply .apply-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

.apply .apply-btn {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #ED6827;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    cursor: pointer;

}

.apply .apply-btn:hover {
    background-color: #d16a36;
}

.right-z-m {
    display: none;
}

@media screen and (max-width: 768px) {
    .right-z-m {
        display: block;
    }

    .fouimg {
        padding-top: 33px;
    }

    .fouimg .right {
        float: none;
    }

    .right-txt .zong {
        float: right;
        width: 80%;
    }

    .specialty .spec-list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .specialty {
        height: 100%;
    }

    .right .right-z {
        display: none;
    }

    .fouimg .left {
        display: none;
    }

    .right-z-m .right-txt {
        height: 131px;
        background: #F7F7F7;
        border-radius: 16px 16px 16px 16px;
        margin-bottom: 30px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width:646px) {
    .right-txt .zong {
        width: 84%;
    }

    .right-txt img {
        width: 55px;
        height: 51px;
        float: left;
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    .right-txt .zong {
        width: 80%;
    }

    .right-txt img {
        width: 49px;
        height: 45px;
        float: left;
        margin-top: 15px;
    }
}
